-
Notifications
You must be signed in to change notification settings - Fork 222
Add support for a timeout config of the proxy #11048
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for a timeout config of the proxy #11048
Conversation
meaksh
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
It looks like this pull request might've been incorrectly rebased, please have a look. The diff includes a lot of files that don't like they should be affected. |
In order to tune the XML-RPC timeout on the containerized proxy, a new `timeout` property is read from the config.yaml and stored in the generated `rhn.conf`. (bsc#1252020)
changing the base was not enough this time |
f83000f
into
uyuni-project:master-staging-20251026
What does this PR change?
In order to tune the XML-RPC timeout on the containerized proxy, a new
timeoutproperty is read from the config.yaml and stored in the generatedrhn.conf. (bsc#1252020)GUI diff
No difference.
Documentation
Documentation PR
DONE
Test coverage
ℹ️ If a major new functionality is added, it is strongly recommended that tests for the new functionality are added to the Cucumber test suite
No tests: proxy config
No tests: already covered
Unit tests were added
Cucumber tests were added
DONE
Links
Issue(s): https://github.com/SUSE/spacewalk/issues/28639
Port(s): https://github.com/SUSE/spacewalk/pull/28706
Changelogs
Make sure the changelogs entries you are adding are compliant with https://github.com/uyuni-project/uyuni/wiki/Contributing#changelogs and https://github.com/uyuni-project/uyuni/wiki/Contributing#uyuni-projectuyuni-repository
If you don't need a changelog check, please mark this checkbox:
If you uncheck the checkbox after the PR is created, you will need to re-run
changelog_test(see below)Re-run a test
If you need to re-run a test, please mark the related checkbox, it will be unchecked automatically once it has re-run:
Before you merge
Check How to branch and merge properly!